DrawLines(Point[])

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Draws a series of connected lines between the specified points with the current color.

Syntax

public void DrawLines(
	Point[] points
)

Back to index